'Declaration Public Overloads Function AddToLog( _ ByVal severity As LogEntrySeverity, _ ByVal format As System.String, _ ByVal ParamArray args() As System.Object _ ) As LogEntry
public LogEntry AddToLog( LogEntrySeverity severity, System.string format, params System.object[] args )
Parameters
- severity
- The severity of the log entry.
- format
- The format string used to build message of the log entry.
- args
- The arguments used to build message of the log entry.
Return Value
The created LogEntry object.